d/rules: Declare that we have grub >= 2.02
authorSimon McVittie <smcv@debian.org>
Wed, 14 Apr 2021 12:07:13 +0000 (13:07 +0100)
committerSimon McVittie <smcv@debian.org>
Wed, 14 Apr 2021 12:53:48 +0000 (13:53 +0100)
Debian's grub packaging runs grub-install in postinst, so we should be
able to rely on grub actually getting updated.

debian/rules

index 16cc7b47072a97ac9f796adc78521aac90767c60..8d9275baa1284d33ee5e1b5e6be694273f52cc42 100755 (executable)
@@ -20,6 +20,7 @@ configure_options = \
        --with-libarchive \
        --with-libsystemd \
        --with-libmount \
+       --with-modern-grub \
        --with-soup \
        --with-selinux \
        --with-systemdsystemgeneratordir=/lib/systemd/system-generators \